home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000383_news@columbia.edu _Tue Sep 24 08:51:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id IAA00689 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 24 Sep 1996 08:51:14 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id IAA18979 for kermit.misc@watsun; Tue, 24 Sep 1996 08:51:13 -0400 (EDT)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!news.mathworks.com!uunet!in1.uu.net!munnari.OZ.AU!foxhound.dsto.gov.au!fang.dsto.defence.gov.au!ns.saard.net!news.camtech.com.au!news.dircsa.org.au!news.dircsa.org.au!not-for-mail
  5. From: arthur@gateway.dircsa.org.au (Arthur Marsh)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.netware.connectivity,comp.protocols.ppp
  7. Subject: Re: SLIP_PPP, second call for help
  8. Followup-To: comp.protocols.kermit.misc,comp.os.netware.connectivity,comp.protocols.ppp
  9. Date: 24 Sep 1996 12:51:07 +0930
  10. Organization: DIRC - Disability Information & Resource Centre - Sth Australia
  11. Lines: 73
  12. Message-ID: <527k33$5bc@gateway.dircsa.org.au>
  13. References: <524nrf$5r8@gateway.dircsa.org.au>
  14. NNTP-Posting-Host: gateway.dircsa.org.au
  15. X-Newsreader: TIN [version 1.1 PL8]
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:5948 comp.os.netware.connectivity:18702 comp.protocols.ppp:17372
  17.  
  18. molzahn@mira.cc.umanitoba.ca (Frank Molzahn, U MB dynamic IP) suggested:
  19.  
  20.   The SLIP_PPP part of your NET.CFG should contain the following lines:
  21.  
  22.         ipaddr  202.14.187.129
  23.         Protocol IP     0800    PPP
  24.  
  25. I think it is the 2nd line here that is especially causing the problem.  Note
  26. that the first parameter is IP, not PPP as you have it.  Hope this helps.
  27.  
  28. Following on from this suggestion, my net.cfg now reads:
  29.  
  30. Protocol KERMIT
  31.         Bind SLIP_PPP
  32.  
  33. LINK SUPPORT
  34.         BUFFERS 8 1500
  35.         MEMPOOL 4096 
  36.  
  37. LINK DRIVER SLIP_PPP
  38.         FRAME  PPP
  39.         ACCM   FFFFFFFF
  40. ;        00000000
  41.         INT    3                # Set for your modem interrupt
  42.         PORT   2F8              # Set for your modem port
  43.         TCPIPComp VJ    
  44.         COMMOWNER YES            # NO is the default -- Window's only
  45. ;        DIRECT  YES
  46.         BAUD    38400
  47.         OPEN    ACTIVE
  48.         PCOMP   YES
  49.         ACCOMP  YES
  50.         Protocol IP    0800    PPP     # << alternative, with PPP
  51.  
  52. and when connected I get:
  53.  
  54. Novell Asynchronous SLIP_PPP Driver Dual-Mode (R42-8a, 941103)
  55. Copyright (c) 1992 Novell, Inc.  All Rights Reserved.
  56.  
  57. SLIP_PPP PPP Configuration:
  58.  
  59. LCP  State - OPENED                     Local           Remote
  60.                         MRU             1500            296
  61.                         ACCM            FFFFFFFF        FFFFFFFF
  62.                         ACCOMP          YES             YES
  63.                         PCOMP           YES             YES
  64.                         Magic Number    ----            A0425FFB
  65.  
  66. PAP  State - CLOSED
  67.  
  68. IPCP State - OPENED                     Local           Remote
  69.                         IP address      CA0EBB81        CA0EBB7C
  70.                         TCPIPCOMP       VJ 16 1         VJ 16 1         
  71.  
  72. and MSK is able to establish a telnet connection. 
  73.  
  74. However, although pings from the Unix machine to the PC running SLIP_PPP work
  75. fine, characters sent from MSK's telnet session are getting delayed between
  76. the PC running SLIP_PPP and the modem for a long time, preventing useful 
  77. interactive sessions.
  78.  
  79. Is there a way to change the Local MRU above to say 296, and are there any
  80. other possibilities for addressing this problem?
  81.  
  82. -- 
  83. Arthur Marsh, telephone +61-8-8370-2365, fax +61-8-8223-5082 
  84.               arthur@dircsa.org.au
  85. .endofsig
  86.  
  87. -- 
  88. Arthur Marsh, telephone +61-8-8370-2365, fax +61-8-8223-5082 
  89.               arthur@dircsa.org.au
  90. .endofsig